wxEuphoria v0.11.0
Wrapper for wxWidgets
by Matt Lewis
mattlewis@users.sourceforge.net
wxEuphoria is an implementation of
wxWidgets by Julian
Smart, et. al. for Euphoria. wxWidgets is a cross platform GUI library.
The wxWidgets library is compiled into a DLL/SO, and is linked
to by Euphoria code.
This version of wxEuphoria requires library build #11.
wxEuphoria is licensed under the wxWidgets license (see the license folder).
code
DISCLAIMER:
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFIT; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
endcode
Other licensing issues
- Please see license\tiff-copyright.txt for libtiff license details
- This software is based in part on the work of the Independent JPEG Group. See license\jpeg-readme.txt
- Regarding the implementation of wxRegEx:
Copyright 1992, 1993, 1994, 1997 Henry Spencer. All rights reserved.
This software is not subject to any license of the American Telephone
and Telegraph Company or of the Regents of the University of California.
Permission is granted to anyone to use this software for any purpose on
any computer system, and to alter it and redistribute it, subject
to the following restrictions:
- The author is not responsible for the consequences of use of this
software, no matter how awful, even if they arise from flaws in it.
- The origin of this software must not be misrepresented, either by
explicit claim or by omission. Since few users ever read sources,
credits must appear in the documentation.
- Altered versions must be plainly marked as such, and must not be
misrepresented as being the original software. Since few users
ever read sources, credits must appear in the documentation.
- This notice may not be removed or altered.
code
Files Included:
* Documentation
+ see wxEuphoria/docs
+ install.txt
* Licenses
+ gpl
+ jpeg-readme.txt
+ lgpl.txt
+ licence.txt
+ tiff-copyright.txt
* Library:
+ wxeud.e
* Demos: see the demo subdirectory
Files not included (with library source)
* libwxeu.dll
* libwxeu.so
* wxWidgets source code and documentation (go to
www.wxwidgets.org)
* Euphoria v3.0 or later
endcode